home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / fileutil / fileutils-3.16.tar.gz / fileutils-3.16.tar / fileutils-3.16 / lib / xstrtoul.h < prev    next >
C/C++ Source or Header  |  1997-01-25  |  385b  |  14 lines

  1. #ifndef XSTRTOUL_H_
  2. # define XSTRTOUL_H_ 1
  3.  
  4. # define STRING_TO_UNSIGNED 1
  5.  
  6. /* Undefine this symbol so we can include xstrtol.h a second time.
  7.    Otherwise, a program that wanted both xstrtol.h and xstrtoul.h
  8.    would never get the declaration corresponding to the header file 
  9.    included after the first one.  */
  10. # undef XSTRTOL_H_
  11. # include "xstrtol.h"
  12.  
  13. #endif /* not XSTRTOUL_H_ */
  14.